* lisp/color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 13 Aug 2012 19:10:35 +0000 (15:10 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 13 Aug 2012 19:10:35 +0000 (15:10 -0400)
commit54bd2b83f979e92d6c9bb7b6a071220da823747f
tree63e8e338fde7f0ac9d615ee0bc2bdce504350585
parent931edc621c586f2780bb5daab2fe0f6b7774d8f5
* lisp/color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
Prefer pcase-let over destructuring-bind.
* lisp/vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
Also, remove whitespace as we go, rather than after accumulating the
various places.
lisp/ChangeLog
lisp/color.el
lisp/vc/diff-mode.el